| Einhugur macOS Bridge plugin. |
|
NSArray.Contains Method
Returns a Boolean value that indicates whether a given string is present in the array.

Contains(
value
as String)
as Boolean
Parameters
- value
- The string value to test for.
Returns
- Boolean
Remarks
See Also
NSArray Class